Html Css Color HEX #CDF216 Electric Lime

📋 copy color: '#CDF216'

red 205 ◦ green 242 ◦ blue 22

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

Shades of Electric Lime #CDF216

Tints of Electric Lime #CDF216

RGB

 RED value IS 205 (80.47% from 255) = 43.71%

 GREEN value IS 242 (94.92% from 255) = 51.6%

 BLUE value IS 22 (8.98% from 255) = 4.69%

R = 43.71%
G = 51.6%
B = 4.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CDF216 (or 0xCDF216) is known color: Electric Lime. HEX triplet: CD, F2 and 16. RGB value is (205,242,22). Sum of RGB (Red+Green+Blue) = 205+242+22=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF216 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF216 is #320DE9. Grayscale: #CECECE. Windows color (decimal): -3280362 or 1503949. OLE color: 1503949.

HSL color Cylindrical-coordinate representation of color #CDF216: hue angle of 70.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDF216 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 22 -
CMYK 0.15 0 0.91 0.05
HSL 70.09º 0.89% 0.52% -
HSV(B) 70.09º 0.91% 0.95% -
XYZ 57.07 76.54 12.52 -
YUV 205.86 24.24 127.39 -
System Red Green Blue C M Y K H S L
Decimal 205 242 22 0.15 0 0.91 0.05 70.09 0.89 0.52
Hex CD F2 16 F 0 5B 5 46 59 34
Octal 315 362 26 17 0 133 5 106 131 64
Binary 11001101 11110010 10110 1111 0 1011011 101 1000110 1011001 110100

Color Harmonies of #CDF216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF216

Black with #CDF216

Text Example


Text Example

White with #CDF216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF216; }

 p { color: rgb(205,242,22); }

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

background-color css

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

 a { background-color: rgb(205,242,22); }

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

border-color css

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

 span { border-color: rgb(205,242,22); }

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