Html Css Color HEX #38E645 Lime Green

📋 copy color: '#38E645'

red 56 ◦ green 230 ◦ blue 69

#38E645
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #38E645

Tints of Lime Green #38E645

RGB

 RED value IS 56 (22.27% from 255) = 15.77%

 GREEN value IS 230 (90.23% from 255) = 64.79%

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 15.77%
G = 64.79%
B = 19.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.7

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38E645 (or 0x38E645) is known color: Lime Green. HEX triplet: 38, E6 and 45. RGB value is (56,230,69). Sum of RGB (Red+Green+Blue) = 56+230+69=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 230 (90.23% from 255 or 64.79% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 230 - color contains mainly: green. Hex color #38E645 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E645 is #C719BA. Grayscale: #A0A0A0. Windows color (decimal): -13048251 or 4580920. OLE color: 4580920.

HSL color Cylindrical-coordinate representation of color #38E645: hue angle of 124.48º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E645 is Cyan = 0.76, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 230 69 -
CMYK 0.76 0 0.7 0.10
HSL 124.48º 0.78% 0.56% -
HSV(B) 124.48º 0.76% 0.9% -
XYZ 31 57.86 15.17 -
YUV 159.62 76.85 54.09 -
System Red Green Blue C M Y K H S L
Decimal 56 230 69 0.76 0 0.7 0.10 124.48 0.78 0.56
Hex 38 E6 45 4C 0 46 A 7C 4E 38
Octal 70 346 105 114 0 106 12 174 116 70
Binary 111000 11100110 1000101 1001100 0 1000110 1010 1111100 1001110 111000

Color Harmonies of #38E645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E645

Black with #38E645

Text Example


Text Example

White with #38E645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38E645; }

 p { color: rgb(56,230,69); }

 H1.HeaderClassName
 {
   color: #38E645;
 }
 .AnyTagClassName
 {
   color: #38E645;
 }
</style>

background-color css

<style>
 a { background-color: #38E645; }

 a { background-color: rgb(56,230,69); }

 div.DivClassName
 {
   background-color: #38E645;
 }
 .BgClassName
 {
   background-color: #38E645;
 }
</style>

border-color css

<style>
 span { border-color: #38E645; }

 span { border-color: rgb(56,230,69); }

 td.TdClassName
 {
   border-color: #38E645;
 }
 .TagClassName
 {
   border-color: #38E645;
 }
</style>