Html Css Color HEX #38CC41 Lime Green

📋 copy color: '#38CC41'

red 56 ◦ green 204 ◦ blue 65

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

Shades of Lime Green #38CC41

Tints of Lime Green #38CC41

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.77%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 17.23%
G = 62.77%
B = 20%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#38CC41 (or 0x38CC41) is known color: Lime Green. HEX triplet: 38, CC and 41. RGB value is (56,204,65). Sum of RGB (Red+Green+Blue) = 56+204+65=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CC41 is #C733BE. Grayscale: #909090. Windows color (decimal): -13054911 or 4312120. OLE color: 4312120.

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

Color convert

RGB 56 204 65 -
CMYK 0.73 0 0.68 0.2
HSL 123.65º 0.59% 0.51% -
HSV(B) 123.65º 0.73% 0.8% -
XYZ 24.18 44.41 12.3 -
YUV 143.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 56 204 65 0.73 0 0.68 0.2 123.65 0.59 0.51
Hex 38 CC 41 49 0 44 14 7C 3B 33
Octal 70 314 101 111 0 104 24 174 73 63
Binary 111000 11001100 1000001 1001001 0 1000100 10100 1111100 111011 110011

Color Harmonies of #38CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC41

Black with #38CC41

Text Example


Text Example

White with #38CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,204,65); }

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

background-color css

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

 a { background-color: rgb(56,204,65); }

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

border-color css

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

 span { border-color: rgb(56,204,65); }

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