Html Css Color HEX #CDF219 Electric Lime

📋 copy color: '#CDF219'

red 205 ◦ green 242 ◦ blue 25

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

Shades of Electric Lime #CDF219

Tints of Electric Lime #CDF219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.3%

R = 43.43%
G = 51.27%
B = 5.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CDF219 (or 0xCDF219) is known color: Electric Lime. HEX triplet: CD, F2 and 19. RGB value is (205,242,25). Sum of RGB (Red+Green+Blue) = 205+242+25=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF219 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF219 is #320DE6. Grayscale: #CFCFCF. Windows color (decimal): -3280359 or 1700557. OLE color: 1700557.

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

Color convert

RGB 205 242 25 -
CMYK 0.15 0 0.90 0.05
HSL 70.23º 0.89% 0.52% -
HSV(B) 70.23º 0.9% 0.95% -
XYZ 57.1 76.55 12.69 -
YUV 206.2 25.74 127.14 -
System Red Green Blue C M Y K H S L
Decimal 205 242 25 0.15 0 0.90 0.05 70.23 0.89 0.52
Hex CD F2 19 F 0 5A 5 46 59 34
Octal 315 362 31 17 0 132 5 106 131 64
Binary 11001101 11110010 11001 1111 0 1011010 101 1000110 1011001 110100

Color Harmonies of #CDF219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF219

Black with #CDF219

Text Example


Text Example

White with #CDF219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF219; }

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

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

background-color css

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

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

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

border-color css

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

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

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