Html Css Color HEX #38CC27 Lime Green

📋 copy color: '#38CC27'

red 56 ◦ green 204 ◦ blue 39

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

Shades of Lime Green #38CC27

Tints of Lime Green #38CC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.04%

R = 18.73%
G = 68.23%
B = 13.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#38CC27 (or 0x38CC27) is known color: Lime Green. HEX triplet: 38, CC and 27. RGB value is (56,204,39). Sum of RGB (Red+Green+Blue) = 56+204+39=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 204 (80.08% from 255 or 68.23% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CC27 is #C733D8. Grayscale: #8D8D8D. Windows color (decimal): -13054937 or 2608184. OLE color: 2608184.

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

Color convert

RGB 56 204 39 -
CMYK 0.73 0 0.81 0.2
HSL 113.82º 0.68% 0.48% -
HSV(B) 113.82º 0.81% 0.8% -
XYZ 23.59 44.17 9.2 -
YUV 140.94 70.47 67.42 -
System Red Green Blue C M Y K H S L
Decimal 56 204 39 0.73 0 0.81 0.2 113.82 0.68 0.48
Hex 38 CC 27 49 0 51 14 72 44 30
Octal 70 314 47 111 0 121 24 162 104 60
Binary 111000 11001100 100111 1001001 0 1010001 10100 1110010 1000100 110000

Color Harmonies of #38CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC27

Black with #38CC27

Text Example


Text Example

White with #38CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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