Html Css Color HEX #38CB42 Lime Green

📋 copy color: '#38CB42'

red 56 ◦ green 203 ◦ blue 66

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

Shades of Lime Green #38CB42

Tints of Lime Green #38CB42

RGB

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

 GREEN value IS 203 (79.69% from 255) = 62.46%

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

R = 17.23%
G = 62.46%
B = 20.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#38CB42 (or 0x38CB42) is known color: Lime Green. HEX triplet: 38, CB and 42. RGB value is (56,203,66). Sum of RGB (Red+Green+Blue) = 56+203+66=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 203 (79.69% from 255 or 62.46% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB42 is #C734BD. Grayscale: #8F8F8F. Windows color (decimal): -13055166 or 4377400. OLE color: 4377400.

HSL color Cylindrical-coordinate representation of color #38CB42: hue angle of 124.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB42 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 203 66 -
CMYK 0.72 0 0.67 0.20
HSL 124.08º 0.59% 0.51% -
HSV(B) 124.08º 0.72% 0.8% -
XYZ 23.97 43.95 12.37 -
YUV 143.43 84.3 65.64 -
System Red Green Blue C M Y K H S L
Decimal 56 203 66 0.72 0 0.67 0.20 124.08 0.59 0.51
Hex 38 CB 42 48 0 43 14 7C 3B 33
Octal 70 313 102 110 0 103 24 174 73 63
Binary 111000 11001011 1000010 1001000 0 1000011 10100 1111100 111011 110011

Color Harmonies of #38CB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CB42

Black with #38CB42

Text Example


Text Example

White with #38CB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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