Html Css Color HEX #CBFD0D Electric Lime

📋 copy color: '#CBFD0D'

red 203 ◦ green 253 ◦ blue 13

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

Shades of Electric Lime #CBFD0D

Tints of Electric Lime #CBFD0D

RGB

 RED value IS 203 (79.69% from 255) = 43.28%

 GREEN value IS 253 (99.22% from 255) = 53.94%

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 43.28%
G = 53.94%
B = 2.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#CBFD0D (or 0xCBFD0D) is known color: Electric Lime. HEX triplet: CB, FD and 0D. RGB value is (203,253,13). Sum of RGB (Red+Green+Blue) = 203+253+13=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 253 (99.22% from 255 or 53.94% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFD0D is #3402F2. Grayscale: #D3D3D3. Windows color (decimal): -3408627 or 916939. OLE color: 916939.

HSL color Cylindrical-coordinate representation of color #CBFD0D: hue angle of 72.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBFD0D is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 253 13 -
CMYK 0.20 0 0.95 0.01
HSL 72.5º 0.98% 0.52% -
HSV(B) 72.5º 0.95% 0.99% -
XYZ 59.83 82.98 13.24 -
YUV 210.69 16.44 122.51 -
System Red Green Blue C M Y K H S L
Decimal 203 253 13 0.20 0 0.95 0.01 72.5 0.98 0.52
Hex CB FD D 14 0 5F 1 48 62 34
Octal 313 375 15 24 0 137 1 110 142 64
Binary 11001011 11111101 1101 10100 0 1011111 1 1001000 1100010 110100

Color Harmonies of #CBFD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFD0D

Black with #CBFD0D

Text Example


Text Example

White with #CBFD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFD0D; }

 p { color: rgb(203,253,13); }

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

background-color css

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

 a { background-color: rgb(203,253,13); }

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

border-color css

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

 span { border-color: rgb(203,253,13); }

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