Html Css Color HEX #38CC21 Lime Green

📋 copy color: '#38CC21'

red 56 ◦ green 204 ◦ blue 33

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

Shades of Lime Green #38CC21

Tints of Lime Green #38CC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.26%

R = 19.11%
G = 69.62%
B = 11.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#38CC21 (or 0x38CC21) is known color: Lime Green. HEX triplet: 38, CC and 21. RGB value is (56,204,33). Sum of RGB (Red+Green+Blue) = 56+204+33=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 204 (80.08% from 255 or 69.62% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CC21 is #C733DE. Grayscale: #8C8C8C. Windows color (decimal): -13054943 or 2214968. OLE color: 2214968.

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

Color convert

RGB 56 204 33 -
CMYK 0.73 0 0.84 0.2
HSL 111.93º 0.72% 0.46% -
HSV(B) 111.93º 0.84% 0.8% -
XYZ 23.5 44.14 8.72 -
YUV 140.25 67.47 67.9 -
System Red Green Blue C M Y K H S L
Decimal 56 204 33 0.73 0 0.84 0.2 111.93 0.72 0.46
Hex 38 CC 21 49 0 54 14 70 48 2E
Octal 70 314 41 111 0 124 24 160 110 56
Binary 111000 11001100 100001 1001001 0 1010100 10100 1110000 1001000 101110

Color Harmonies of #38CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC21

Black with #38CC21

Text Example


Text Example

White with #38CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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