Html Css Color HEX #38CF19 Lime Green

📋 copy color: '#38CF19'

red 56 ◦ green 207 ◦ blue 25

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

Shades of Lime Green #38CF19

Tints of Lime Green #38CF19

RGB

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

 GREEN value IS 207 (81.25% from 255) = 71.88%

 BLUE value IS 25 (10.16% from 255) = 8.68%

R = 19.44%
G = 71.88%
B = 8.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#38CF19 (or 0x38CF19) is known color: Lime Green. HEX triplet: 38, CF and 19. RGB value is (56,207,25). Sum of RGB (Red+Green+Blue) = 56+207+25=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 207 (81.25% from 255 or 71.88% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CF19 is #C730E6. Grayscale: #8D8D8D. Windows color (decimal): -13054183 or 1691448. OLE color: 1691448.

HSL color Cylindrical-coordinate representation of color #38CF19: hue angle of 109.78º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38CF19 is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 25 -
CMYK 0.73 0 0.88 0.19
HSL 109.78º 0.78% 0.45% -
HSV(B) 109.78º 0.88% 0.81% -
XYZ 24.12 45.54 8.44 -
YUV 141.1 62.47 67.3 -
System Red Green Blue C M Y K H S L
Decimal 56 207 25 0.73 0 0.88 0.19 109.78 0.78 0.45
Hex 38 CF 19 49 0 58 13 6E 4E 2D
Octal 70 317 31 111 0 130 23 156 116 55
Binary 111000 11001111 11001 1001001 0 1011000 10011 1101110 1001110 101101

Color Harmonies of #38CF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF19

Black with #38CF19

Text Example


Text Example

White with #38CF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,207,25); }

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

background-color css

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

 a { background-color: rgb(56,207,25); }

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

border-color css

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

 span { border-color: rgb(56,207,25); }

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