Html Css Color HEX #1CCF22 Lime Green

📋 copy color: '#1CCF22'

red 28 ◦ green 207 ◦ blue 34

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

Shades of Lime Green #1CCF22

Tints of Lime Green #1CCF22

RGB

 RED value IS 28 (11.33% from 255) = 10.41%

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

 BLUE value IS 34 (13.67% from 255) = 12.64%

R = 10.41%
G = 76.95%
B = 12.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#1CCF22 (or 0x1CCF22) is known color: Lime Green. HEX triplet: 1C, CF and 22. RGB value is (28,207,34). Sum of RGB (Red+Green+Blue) = 28+207+34=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 207 (81.25% from 255 or 76.95% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCF22 is #E330DD. Grayscale: #868686. Windows color (decimal): -14889182 or 2281244. OLE color: 2281244.

HSL color Cylindrical-coordinate representation of color #1CCF22: hue angle of 122.01º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCF22 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 207 34 -
CMYK 0.86 0 0.84 0.19
HSL 122.01º 0.76% 0.46% -
HSV(B) 122.01º 0.86% 0.81% -
XYZ 23.08 44.99 8.98 -
YUV 133.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 28 207 34 0.86 0 0.84 0.19 122.01 0.76 0.46
Hex 1C CF 22 56 0 54 13 7A 4C 2E
Octal 34 317 42 126 0 124 23 172 114 56
Binary 11100 11001111 100010 1010110 0 1010100 10011 1111010 1001100 101110

Color Harmonies of #1CCF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCF22

Black with #1CCF22

Text Example


Text Example

White with #1CCF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CCF22; }

 p { color: rgb(28,207,34); }

 H1.HeaderClassName
 {
   color: #1CCF22;
 }
 .AnyTagClassName
 {
   color: #1CCF22;
 }
</style>

background-color css

<style>
 a { background-color: #1CCF22; }

 a { background-color: rgb(28,207,34); }

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

border-color css

<style>
 span { border-color: #1CCF22; }

 span { border-color: rgb(28,207,34); }

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