Html Css Color HEX #38CB3C Lime Green

📋 copy color: '#38CB3C'

red 56 ◦ green 203 ◦ blue 60

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

Shades of Lime Green #38CB3C

Tints of Lime Green #38CB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 17.55%
G = 63.64%
B = 18.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#38CB3C (or 0x38CB3C) is known color: Lime Green. HEX triplet: 38, CB and 3C. RGB value is (56,203,60). Sum of RGB (Red+Green+Blue) = 56+203+60=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 203 (79.69% from 255 or 63.64% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB3C is #C734C3. Grayscale: #8F8F8F. Windows color (decimal): -13055172 or 3984184. OLE color: 3984184.

HSL color Cylindrical-coordinate representation of color #38CB3C: hue angle of 121.63º 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 #38CB3C is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 203 60 -
CMYK 0.72 0 0.70 0.20
HSL 121.63º 0.59% 0.51% -
HSV(B) 121.63º 0.72% 0.8% -
XYZ 23.8 43.88 11.49 -
YUV 142.75 81.3 66.13 -
System Red Green Blue C M Y K H S L
Decimal 56 203 60 0.72 0 0.70 0.20 121.63 0.59 0.51
Hex 38 CB 3C 48 0 46 14 7A 3B 33
Octal 70 313 74 110 0 106 24 172 73 63
Binary 111000 11001011 111100 1001000 0 1000110 10100 1111010 111011 110011

Color Harmonies of #38CB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CB3C

Black with #38CB3C

Text Example


Text Example

White with #38CB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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