Html Css Color HEX #21CF27 Lime Green

📋 copy color: '#21CF27'

red 33 ◦ green 207 ◦ blue 39

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

Shades of Lime Green #21CF27

Tints of Lime Green #21CF27

RGB

 RED value IS 33 (13.28% from 255) = 11.83%

 GREEN value IS 207 (81.25% from 255) = 74.19%

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

R = 11.83%
G = 74.19%
B = 13.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#21CF27 (or 0x21CF27) is known color: Lime Green. HEX triplet: 21, CF and 27. RGB value is (33,207,39). Sum of RGB (Red+Green+Blue) = 33+207+39=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 207 (81.25% from 255 or 74.19% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF27 is #DE30D8. Grayscale: #888888. Windows color (decimal): -14561497 or 2608929. OLE color: 2608929.

HSL color Cylindrical-coordinate representation of color #21CF27: hue angle of 122.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF27 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 207 39 -
CMYK 0.84 0 0.81 0.19
HSL 122.07º 0.73% 0.47% -
HSV(B) 122.07º 0.84% 0.81% -
XYZ 23.31 45.1 9.4 -
YUV 135.82 73.35 54.66 -
System Red Green Blue C M Y K H S L
Decimal 33 207 39 0.84 0 0.81 0.19 122.07 0.73 0.47
Hex 21 CF 27 54 0 51 13 7A 48 2F
Octal 41 317 47 124 0 121 23 172 110 57
Binary 100001 11001111 100111 1010100 0 1010001 10011 1111010 1001000 101111

Color Harmonies of #21CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CF27

Black with #21CF27

Text Example


Text Example

White with #21CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21CF27; }

 p { color: rgb(33,207,39); }

 H1.HeaderClassName
 {
   color: #21CF27;
 }
 .AnyTagClassName
 {
   color: #21CF27;
 }
</style>

background-color css

<style>
 a { background-color: #21CF27; }

 a { background-color: rgb(33,207,39); }

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

border-color css

<style>
 span { border-color: #21CF27; }

 span { border-color: rgb(33,207,39); }

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