Html Css Color HEX #38FB42 Lime Green

📋 copy color: '#38FB42'

red 56 ◦ green 251 ◦ blue 66

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

Shades of Lime Green #38FB42

Tints of Lime Green #38FB42

RGB

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

 GREEN value IS 251 (98.44% from 255) = 67.29%

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 15.01%
G = 67.29%
B = 17.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#38FB42 (or 0x38FB42) is known color: Lime Green. HEX triplet: 38, FB and 42. RGB value is (56,251,66). Sum of RGB (Red+Green+Blue) = 56+251+66=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 251 (98.44% from 255 or 67.29% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 251 - color contains mainly: green. Hex color #38FB42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FB42 is #C704BD. Grayscale: #ACACAC. Windows color (decimal): -13042878 or 4389688. OLE color: 4389688.

HSL color Cylindrical-coordinate representation of color #38FB42: hue angle of 123.08º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FB42 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 251 66 -
CMYK 0.78 0 0.74 0.02
HSL 123.08º 0.96% 0.6% -
HSV(B) 123.08º 0.78% 0.98% -
XYZ 37.11 70.23 16.75 -
YUV 171.61 68.4 45.54 -
System Red Green Blue C M Y K H S L
Decimal 56 251 66 0.78 0 0.74 0.02 123.08 0.96 0.6
Hex 38 FB 42 4E 0 4A 2 7B 60 3C
Octal 70 373 102 116 0 112 2 173 140 74
Binary 111000 11111011 1000010 1001110 0 1001010 10 1111011 1100000 111100

Color Harmonies of #38FB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FB42

Black with #38FB42

Text Example


Text Example

White with #38FB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,251,66); }

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

background-color css

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

 a { background-color: rgb(56,251,66); }

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

border-color css

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

 span { border-color: rgb(56,251,66); }

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