Html Css Color HEX #CDFF07 Electric Lime

📋 copy color: '#CDFF07'

red 205 ◦ green 255 ◦ blue 7

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

Shades of Electric Lime #CDFF07

Tints of Electric Lime #CDFF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 43.9%
G = 54.6%
B = 1.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#CDFF07 (or 0xCDFF07) is known color: Electric Lime. HEX triplet: CD, FF and 07. RGB value is (205,255,7). Sum of RGB (Red+Green+Blue) = 205+255+7=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFF07 is #3200F8. Grayscale: #D4D4D4. Windows color (decimal): -3277049 or 524237. OLE color: 524237.

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

Color convert

RGB 205 255 7 -
CMYK 0.20 0 0.97 0
HSL 72.1º 1% 0.51% -
HSV(B) 72.1º 0.97% 1% -
XYZ 60.98 84.51 13.3 -
YUV 211.78 12.44 123.17 -
System Red Green Blue C M Y K H S L
Decimal 205 255 7 0.20 0 0.97 0 72.1 1 0.51
Hex CD FF 7 14 0 61 0 48 64 33
Octal 315 377 7 24 0 141 0 110 144 63
Binary 11001101 11111111 111 10100 0 1100001 0 1001000 1100100 110011

Color Harmonies of #CDFF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF07

Black with #CDFF07

Text Example


Text Example

White with #CDFF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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