Html Css Color HEX #CDFF21 Electric Lime

📋 copy color: '#CDFF21'

red 205 ◦ green 255 ◦ blue 33

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

Shades of Electric Lime #CDFF21

Tints of Electric Lime #CDFF21

RGB

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

 GREEN value IS 255 (100% from 255) = 51.72%

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

R = 41.58%
G = 51.72%
B = 6.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#CDFF21 (or 0xCDFF21) is known color: Electric Lime. HEX triplet: CD, FF and 21. RGB value is (205,255,33). Sum of RGB (Red+Green+Blue) = 205+255+33=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 33 (13.28% from 255 or 6.69% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF21 is #3200DE. Grayscale: #D7D7D7. Windows color (decimal): -3277023 or 2228173. OLE color: 2228173.

HSL color Cylindrical-coordinate representation of color #CDFF21: hue angle of 73.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDFF21 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 205 255 33 -
CMYK 0.20 0 0.87 0
HSL 73.51º 1% 0.56% -
HSV(B) 73.51º 0.87% 1% -
XYZ 61.21 84.61 14.54 -
YUV 214.74 25.44 121.05 -
System Red Green Blue C M Y K H S L
Decimal 205 255 33 0.20 0 0.87 0 73.51 1 0.56
Hex CD FF 21 14 0 57 0 4A 64 38
Octal 315 377 41 24 0 127 0 112 144 70
Binary 11001101 11111111 100001 10100 0 1010111 0 1001010 1100100 111000

Color Harmonies of #CDFF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF21

Black with #CDFF21

Text Example


Text Example

White with #CDFF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF21; }

 p { color: rgb(205,255,33); }

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

background-color css

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

 a { background-color: rgb(205,255,33); }

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

border-color css

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

 span { border-color: rgb(205,255,33); }

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